Fix misspelled symbols in artist.el
authorStefan Kangas <stefankangas@gmail.com>
Wed, 12 Jun 2024 16:17:13 +0000 (18:17 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 12 Jun 2024 16:17:13 +0000 (18:17 +0200)
commitb8873a7080f25e47b16cf21d92d64698b5e377fb
tree9048818812f7fdd8e5aa993bcc9cd94891ec74fb
parent6893c327e982528fdc93e3a956a4b6830a09ea3f
Fix misspelled symbols in artist.el

* lisp/textmodes/artist.el (artist-key-undraw-continuously)
(artist-key-draw-continuously)
(artist-key-do-continuously-continuously)
(artist-key-do-continuously-poly)
(artist-key-do-continuously-1point)
(artist-key-do-continuously-2points)
(artist-key-do-continuously-common)
(artist-key-set-point-continuously)
(artist-mouse-draw-continuously): Rename functions to fix misspelling of
"continuously".  Leave old function names as obsolete aliases and update
all callers.
(artist-mt, artist-go-get-undraw-fn, artist-go-get-interval-fn)
(artist-go-get-fill-pred, artist-go-get-fill-fn)
(artist-key-undraw-common, artist-key-draw-common)
(artist-key-do-continously-common, artist-key-set-point-common)
(artist-down-mouse-1): Rename symbol to 'artist-do-continuously' to fix
misspelling of "continuously".  Continue supporting the old symbol for
backwards-compatibility.
lisp/textmodes/artist.el